home *** CD-ROM | disk | FTP | other *** search
- \ TABULAR2.S
- \ This table, believe it or not, removes unwanted spaces before
- \ a column tab. Run this table after TABULAR.S
-
- \ NOTE: if you have changed TABULAR.S to write a different set of
- \ tab codes between columns, you might also have to change this table
- \ to reflect that. This table assumes that some code beginning with
- \ a left bracket was used in TABULAR.S. If you have used, say, an
- \ ASCII tab character (\09) instead, enter that in this table in place
- \ of the bracket.
-
- \ Let's also take care of leaders and rules
-
- \20\20=*ic\20 \ remove two or more spaces altogether
- $=$ *ic\20 \ allow a space after a dollar sign
- ....=[ldr]*ic. \ 4 dots to a leader code, ignore other '.'
- ----=[rule]*ic-_ \ 4 hyphens to a rule, ignore other '-' or '_'
- ____=[rule]*ic-_ \ 4 underlines to a rule, ignore other '-' or '_'
-
- \^*(30) [=[ \ variable length number of spaces followed by a left
- \ bracket, gets thrown out
-